setBackgroundColor

abstract fun setBackgroundColor(block: DesignBlock, color: RGBAColor)

Set the background color of the given design block. Required scope: "fill/change"

Parameters

block

the block whose background color should be set.

color

the color to set.